Practical Azure Functions by Agus Kurniawan & Wely Lau

Practical Azure Functions by Agus Kurniawan & Wely Lau

Author:Agus Kurniawan & Wely Lau
Language: eng
Format: epub
ISBN: 9781484250679
Publisher: Apress


</div>

<div class="container">

<h2>List of Todo</h2>

<div id="todolist" class="list-group">

</div>

</div>

The user will insert a task on Textare with an ID of txtMessage. When the user clicks the Save button, you call the saveData() JavaScript function. Furthermore, you populate all the tasks on the table <div> with an ID of todolist. This task data is populated from JavaScript scripts. You implement the JavaScript scripts at the bottom of the <HTML> tag.

First, you call the reloadTodo() JavaScript function when the page document is loaded. You retrieve all the tasks from Azure Functions by calling the jQuery get() function . This function performs an HTTP GET. Here we are passing https://ilmudata.azurewebsites.net/api/ToDoFunc to Azure Functions. Change it to your own Azure Functions URL.<script>

$(document).ready(function () {

$('#status').html("");

reloadTodo();

});



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.